The ImagickDraw class
PHP Manual

ImagickDraw::pathLineToHorizontalAbsolute

(PECL imagick 2.0.0)

ImagickDraw::pathLineToHorizontalAbsoluteDraws a horizontal line path

Descripción

bool ImagickDraw::pathLineToHorizontalAbsolute ( float $x )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Draws a horizontal line path from the current point to the target point using absolute coordinates. The target point then becomes the new current point.

Lista de parámetros

x

x coordinate

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual